home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / SciAn / src / ScianVisContours.h < prev    next >
C/C++ Source or Header  |  1994-08-01  |  241b  |  16 lines

  1. /*ScianVisContours.h
  2.   Public stuff for ScianVisContours.c
  3.   Eric Pepke
  4.   March 25, 1991
  5. */
  6.  
  7. extern ObjPtr contoursClass;
  8.  
  9. #ifdef PROTO
  10. void InitContours(void);
  11. void KillContours(void);
  12. #else
  13. void InitContours();
  14. void KillContours();
  15. #endif
  16.